home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / SHARED.DIR / 00778.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  204 b   |  14 lines

  1. on buttonSound theSound
  2.   puppetSound(theSound)
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.   end repeat
  6.   puppetSound(0)
  7. end
  8.  
  9. on killall
  10.   repeat with x = 1 to 48
  11.     puppetSprite(x, 0)
  12.   end repeat
  13. end
  14.